Class ParameterMapManagerImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.ParameterMapManagerImpl
All Implemented Interfaces:
IPCObject, ParameterMapManager

public class ParameterMapManagerImpl extends IPCObjectImpl implements ParameterMapManager
Information provided by the PKI file:

    \class ParameterMapManager
    
    \brief ParameterMapManager holds and manages Zone-Based Policy Firewall parameter maps.
    
    \example network().getDevice("Router0").getParameterMapManager()
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • deleteParameterMap

      public void deleteParameterMap(String name)
      Information provided by the PKI file:
      
          \brief Deletes the parameter map with the specified name.
          
          \param name, the name of the paramter map of interest.
          
              
      Specified by:
      deleteParameterMap in interface ParameterMapManager
      Parameters:
      name - Takes in a parameter of name
    • getParameterMap

      public ParameterMap getParameterMap(String name)
      Information provided by the PKI file:
      
          \brief Returns the parameter map with the specified name.
          
          \param name, the name of the paramter map of interest.
          
          \return ParameterMap, the ParameterMap object with the specified name.
          
              
      Specified by:
      getParameterMap in interface ParameterMapManager
      Parameters:
      name - Takes in a parameter of name
      Returns:
      ParameterMap Returns a ParameterMap
    • getParameterMapAt

      public ParameterMap getParameterMapAt(int index)
      Information provided by the PKI file:
      
          \brief Returns the parameter map at the specified index.
          
          \param index, the index of the paramter map of interest.
          
          \return ParameterMap, the ParameterMap object at the specified index.
          
              
      Specified by:
      getParameterMapAt in interface ParameterMapManager
      Parameters:
      index - Takes in a parameter of index
      Returns:
      ParameterMap Returns a ParameterMap
    • isParameterMapExists

      public boolean isParameterMapExists(String str)
      Information provided by the PKI file:
      
          \brief Returns true if the paramter map with the specified name exists, otherwise false.
          
          \param name, the name of the paramter map of interest.
          
          \return bool, the true if the paramter map with the specified name exists, otherwise false.
          
              
      Specified by:
      isParameterMapExists in interface ParameterMapManager
      Parameters:
      str - Takes in a parameter of str
      Returns:
      boolean Returns a boolean
    • getParameterMapCount

      public int getParameterMapCount()
      Information provided by the PKI file:
      
          \brief Returns the number of paramter maps.
          
          \return int, the number of paramter maps.
          
              
      Specified by:
      getParameterMapCount in interface ParameterMapManager
      Returns:
      int Returns a int